home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / NEWS-6.3 < prev    next >
Text File  |  1989-06-28  |  6KB  |  176 lines

  1. New features in release 6.3 (compared to release 6.1.5):
  2. --------------------------------------------------------
  3.  
  4. Major improvements:
  5.     NNTP support
  6.     nn can now use/update .newsrc (to a limited extent)
  7.     Presentation of article header can be customized
  8.     Full macro support
  9.     Full folder maintenance
  10.     Completion help available using '?' key
  11.     Backup of rc file works!
  12.     Much faster nngoback - not based on history file.
  13.  
  14. Changes in standard key mappings:
  15.     reading mode Z -> goto-menu
  16.     reading mode N -> next-group
  17.     reading mode p -> previous (was print)
  18.     reading mode P -> print (was previous)
  19.  
  20. New commands:
  21.     leave-article
  22.     :define
  23.     :man
  24.     :map both ...
  25.     :patch
  26.     :pwd
  27.     :rmail
  28.     :show groups unsub
  29.     
  30. New variables:
  31.     backup        (New functionality! It is set by default)
  32.     confirm-append
  33.     default-save-file
  34.     delay-redraw
  35.     header-lines
  36.     mail
  37.     mail-format
  38.     mark-overlap
  39.     newsrc
  40.     overlap
  41.     patch-cmd
  42.     quick-save
  43.     retry-on-error
  44.     save-report
  45.     word-key
  46.  
  47. New options:
  48.     -m
  49.     -s/    (regexp matching)
  50.  
  51. Description of new features (in mixed order):
  52. ---------------------------------------------
  53.  
  54. NNTP support has been added (thanks to Rene Seindal @ diku.dk).
  55.  
  56. Online manual.
  57.  
  58. Regular expression search in reading mode:  / and .
  59.  
  60. Regular expression matching for subjects in -s/ option and G=/ command.
  61.  
  62. Articles can be saved in a mail compatible format by setting the
  63. mail-format variable.
  64.  
  65. The article selection save files are now kept in network format if
  66. NETWORK_DATABASE is defined, so reading news from different machines
  67. should now work in a heterogeneous environment.
  68.  
  69. Added $F which expands to the group name with / instead of .  E.g. $F
  70. in rec.music.synth produces rec/music/synth
  71.  
  72. Folder name "+" is expanded to the file name found in the new
  73. default-save-file variable (default +$F).
  74.  
  75. When saving articles, the prompting for a file name can be disabled by
  76. setting the quick-save variable (saving will be done in the default
  77. save file).
  78.  
  79. nn will ask for confirmation before appending to existing files when
  80. confirm-append is set.
  81.  
  82. The message after each save can be disabled by unsetting the
  83. save-report variable.
  84.  
  85. The manual has been corrected to use the proper names for the
  86. mail-record and news-record variables.
  87.  
  88. :unshar will create the directory if is does not exist.
  89.  
  90. Customized article header presentation through setting of header-lines
  91. variable.
  92.  
  93. Complete variable settings are now shown by :set
  94.  
  95. Full macro support - you can now bind any sequence of commands to a
  96. single key (see the define command).
  97.  
  98. Individual articles in a folder can now be cancelled!  I.e. folders
  99. are now fully supported:  you can save, print, respond to, and cancel
  100. separate articles in the folders created by nn. (Try the G +folder command).
  101.  
  102. A global init file is now supported rather than just a global sequence file.
  103. (You should avoid using the sequence file, because it might go away in
  104. a future release.)
  105.  
  106. Nn will now remember which articles you have seen on the menu (but not
  107. necessarily selected) when you quit.  Confirming the question "use old
  108. selections" now also implies that nn will start on the same menu page
  109. as the one you quitted on.
  110.  
  111. There is a retry-on-error variable which can be set to a number of
  112. times attempts to open an article should be done before giving up.
  113.  
  114. You can now specify per group default save files in the init file (in
  115. the group sequence).
  116.  
  117. S+ is an addition to the old S* command which saves all the selected
  118. articles in the group!
  119.  
  120. When you have given a command that clears the screen, the screen is
  121. now redrawn by default when the command terminates.  To get the 6.1
  122. behaviour (prompt for a new : command), you must set the delay-redraw
  123. variable.  
  124.  
  125. When input completion is possible, you can now use the ? key to get a
  126. list of the possible completions.
  127.  
  128. Completion is now possible when entering an extended command
  129. (:command) - both for the command name itself and the arguments.
  130. (The only exception is when entering the VALUE of a variable.)
  131.  
  132. The 'backup' variable now works "the right way": It makes a backup of
  133. the rc file on start-up.  nn can then update the rc file after reading
  134. each group (increased security), and still restore the old rc file
  135. with the :q! command.  The backup variable is now set by default.
  136.  
  137. You can set the 'mail' variable to make nn check for the arrival of
  138. mail, and you can use the ':rmail' command to read the mail!  (But it
  139. is not a full mail interface, e.g. you cannot delete messages, cc:
  140. fields are not supported if you reply to a message, etc.)
  141.  
  142. nn will now synchronize with the .newsrc file if the "newsrc" variable
  143. is set.  However, it does NOT understand about individual articles
  144. that are marked as unread (e.g. 5-8 in 1-4,9-24) - it will silently
  145. mark such articles as read (e.g. read the above as 1-24).
  146.   I don't know anybody who uses this, but if somebody wants to improve
  147. on it, feel free to do it.  If you just want to to use rn from time to
  148. time, the current support will be sufficient if you always read all
  149. the articles in a group once you have started reading it (or you read
  150. the articles in the normal article number order).
  151.  
  152. When saving an article with a full or partial header in a folder,
  153. legal article header lines in the body of the article are now 
  154. escaped with a tilde, e.g. ~From: ....., to avoid having the
  155. articles split improperly when the folder is later opened by nn.
  156.  
  157. There is a new C)onf command to nnadmin to print the current
  158. configuration (directories, files, network, etc.).
  159.  
  160. The G (goto-group) command now allows you to jump to an unread group
  161. in the group sequence without entering a new recursive menu level.
  162.  
  163. The manual nn.1 has been clarified regarding the effect of options:
  164. The init file is read prior to parsing the options, and the options
  165. will TOGGLE the CURRENT value of boolean variables.
  166.  
  167.  
  168. Removed backwards compatibility
  169. -------------------------------
  170.  
  171. Support for upgrading from release 3, 4, or 5 has been removed, since
  172. the sites using these releases have all updated to 6.1.
  173.  
  174. Also the support for pre 2.11 news has been removed (OLD_NEWS).
  175.  
  176.